projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac138dc
)
(auto-mode-alist): Recognize .S and .asm extensions.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 19 Dec 1995 20:28:26 +0000
(20:28 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 19 Dec 1995 20:28:26 +0000
(20:28 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 11ed8883cb33521aa4a05375a954b60cde5d840d..3d95901772e6df10924862025484ebcfa219049b 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-918,6
+918,8
@@
run `normal-mode' explicitly."
("\\.texinfo\\'" . texinfo-mode)
("\\.texi\\'" . texinfo-mode)
("\\.s\\'" . asm-mode)
+ ("\\.S\\'" . asm-mode)
+ ("\\.asm\\'" . asm-mode)
("ChangeLog\\'" . change-log-mode)
("change.log\\'" . change-log-mode)
("changelo\\'" . change-log-mode)